func go/types.isShift

3 uses

	go/types (current package)
		expr.go#L224: func isShift(op token.Token) bool {
		expr.go#L541: 		} else if isShift(x.Op) {
		expr.go#L1077: 	if isShift(op) {